home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pdisk.zip / FDINT.TXT < prev    next >
Text File  |  1989-02-12  |  1KB  |  16 lines

  1. The tbl*.com programs are for people with disks that have parameters not
  2. included in their PC's BIOS.  So, if you can choose a parameter that
  3. will at least let you boot up, you can use one of these programs to generate
  4. a program that tailors thing exactly.
  5.  
  6. For example, type 4 of the standard BIOS is a disk with 8 heads, 940 cylinders,
  7. and write precomp starting at cyl 512.  If you have a disk with 1024 cylinders,
  8. 8 heads and no write precomp (like the Maxtor 1085), you can tell the BIOS
  9. it's a type 4.  You run the fdins or fdintins program once, giving the
  10. correct parameters.  They generate fdtbl1.com or fdtblin1.com, respectively.
  11. Either of these latter programs suffices to tell DOS the *real* disk
  12. parameters.  Why two programs? One program is a normal TSR, so it uses some
  13. DOS memory.  The other uses 4 adjacent (configurable) interrupt vectors in
  14. low memory to hold the table -- no DOS memory.  I prefer the latter approach,
  15. but, it depends whether you have interrupts to spare or not.
  16.